home *** CD-ROM | disk | FTP | other *** search
/ Laboratorio Interattivo Deagostini / laboratorio interattivo deagostini.bin / Sigla.dir / 00003_Script_3 < prev    next >
Text File  |  2003-01-07  |  237b  |  11 lines

  1. on exitFrame me
  2.   if the mouseDown then
  3.     go to frame 4
  4.   else
  5.     if the currenttime of sprite 2 >= the duration of member (the member of sprite 2) then
  6.       go to frame 4
  7.     else
  8.       go the frame
  9.     end if
  10.   end if
  11. end